CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - thread linux
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - thread linux - List
[
Linux-Unix
]
THREAD
DL : 0
关于linux线程池方面的,实现了一个线程池-About linux thread pool area, to achieve a thread pool
Date
: 2025-07-13
Size
: 123kb
User
:
徐先生
[
Linux-Unix
]
Linux-semaphore
DL : 0
信号量的使用主要是用来保护共享资源,使得资源在一个时刻只有一个进程(线程)所拥有。-Semaphore is mainly used to protect the use of shared resources, making the resource at a time only one process (thread) owned.
Date
: 2025-07-13
Size
: 32kb
User
:
luo
[
Linux-Unix
]
ThreadPool
DL : 0
Linux线程池,C++编写,可作为一个线程库进行使用!-Linux Thread pool
Date
: 2025-07-13
Size
: 13kb
User
:
qiao
[
Embeded Linux
]
qt-thread
DL : 0
这是一个关于嵌入式Linux开发环境下QT4的线程的学习资料,希望能对初学者有所帮助-This is a development environment for embedded Linux QT4 thread of learning materials, hoping to help beginners
Date
: 2025-07-13
Size
: 34kb
User
:
shen
[
Linux-Unix
]
The-cPP-thread-principle-and-create
DL : 0
虽然作为线程池,已经很多很好的模式, 比如boost提供的线程池库.不过最好自己还应该对其有所了解, 该书对线程池的讲解还比较透彻.但是基于linux,所以文档中附带的代码,只是作为参考, 具体的移植更改,还是要自己动手来做.-Although as a thread pool has a lot of good models, such as the boost provided by the thread pool library, but should also be their own best understanding, the book to explain on the thread pool is relatively thorough, but on linux, so the document with the code, only as a reference, the specific migration changes, or to do yourself.
Date
: 2025-07-13
Size
: 191kb
User
:
vivian
[
Embeded Linux
]
Qt
DL : 0
本书主要讲解描述跨平台图形软件的Qt使用,Qt不但可以运行在Windows、Linux、Mac等操作系统上,还可以移植到嵌入式设备中,并且还有许多第三方驱动。 本书从Qt编程最基础的程序讲起,详细讲解了Qt模块与Qt功能类、Qt文件操作、Qt桌面软件设计、Qt程序与用户交互、Qt图形绘制与多媒体、Qt网络编程、Qt数据库编程、Qt进程与线程、Qt工具使用、Qt嵌入式开发等内容,适合广大Qt编程人员、嵌入式工程师、计算机专业师生使用-This book describes the main explanation of the Qt cross-platform graphics software to use, Qt can not only run on Windows, Linux, Mac and other operating systems can be ported to embedded devices, and there are many third-party drivers. Qt programming book from the Let' s talk about the most basic procedures, explained in detail with the Qt Qt module function class, Qt file operations, Qt Desktop software design, Qt application with user interaction, Qt drawn graphics and multimedia, Qt network programming, Qt database programming , Qt process and thread, Qt tools, Qt embedded development, etc., for the majority of Qt programmers, embedded engineers, computer professionals and students to use
Date
: 2025-07-13
Size
: 6.69mb
User
:
张付有
[
Linux-Unix
]
db.tar
DL : 0
Linux下多线程进行数据库操作的接口,基于散列表的实现。-Multi-thread Linux data-base interface with the implementation of hash
Date
: 2025-07-13
Size
: 7kb
User
:
子林
[
Driver Develop
]
Pthread-of-linux
DL : 0
在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量shared_var,初始值为0;创建一个线程并使其立即与主线程并发执行。新创建的线程与主线程均不断地循环,并输出shared_var 的值。主线程在循环中不断地对shared_var 进行加1操作,即每次循环shared_var 被加1;而新创建的线程则不断地对shared_var 进行减1 操作,即每次循环shared_var 被减1。观察程序运行的结果,并对你看到的现象进行解释。-Written in the linux environment a console application, the program has a shared integer variable shared_var, the initial value of 0 create A thread and make it run concurrently with the main thread immediately. The newly created thread and main thread are constantly circulating, and the output shared_var Value. The main thread in a loop constantly on shared_var are incremented, that is plus 1 for each cycle shared_var and the new line created Process is constantly on the shared_var decremented, that is, each cycle shared_var is decreased by 1. Observe the results of running the program, and you To explain the phenomenon seen.
Date
: 2025-07-13
Size
: 10kb
User
:
gc
[
Linux-Unix
]
linux
DL : 0
国嵌的linux的线程开发的pdf文档,多线程编程-State of the linux thread embedded in the development of pdf documents, multi-threaded programming
Date
: 2025-07-13
Size
: 228kb
User
:
herenwei
[
OS Develop
]
process-and-thread-Technology
DL : 0
进程和线程技术 Linux和windows进程创建 进程和线程通信 文档+实例分析-process and thread Technology Text and examples
Date
: 2025-07-13
Size
: 349kb
User
:
方洋
[
Internet-Network
]
libmemcached-1.0.4.tar
DL : 0
libmemcached 是一个 memcached 的库,客户端库,C 和 C++ 语言实现的客户端库,具有低内存占用率、线程安全、并提供对memcached功能的全面支持。它还采用 多种命令行工具: memcat , memflush , memrm , memstat ,并memslap (负载代)。程序库一直在设计,让不同的散列方法对密钥,分割的钥匙,并使用统一的散列分配。-libmemcached is a library for memcached client library, C and C++ language client library, with low memory usage, thread safe, and provides full support for memcached functions. It also uses a variety of command-line tool: memcat, memflush, memrm, memstat, and memslap (load generation). Library has been designed to allow different hashing methods on keys, split keys, and use uniform hash distribution.
Date
: 2025-07-13
Size
: 929kb
User
:
yoyo
[
Internet-Network
]
thread
DL : 0
线程池的封装,非常有用,而且里面封装的类,高度的抽像,可以让人用起来很上手-the threadpool,this is very well if you work for linux area!good lucky for you.this text have thread and threadpool which will help you easy in work............
Date
: 2025-07-13
Size
: 179kb
User
:
陈柯南
[
Linux-Unix
]
Linux-and-C-language
DL : 0
本书主要是Linux下C语言编程的入门级书籍,可以作为初学者学习的初步教材。其主要包括:基础知识、进程介绍、文件操作、时间概念、信号处理、消息管理、线程操作、网络编程、Linux 下C 开发工具介绍。-The book is the entry-level C language programming under Linux books, can be used as the initial textbook for beginners to learn.Include: basic knowledge, processes, file operations, the concept of time, signal processing, information management, thread operations, network programming, the Linux C development tools introduced.
Date
: 2025-07-13
Size
: 498kb
User
:
任扬
[
Internet-Network
]
thread
DL : 0
Linux下 实现串口的简单通讯的简单源码-To realize the Linux serial port of simple communication simple the source code
Date
: 2025-07-13
Size
: 3kb
User
:
lizhen
[
Linux-Unix
]
linux-source-file
DL : 0
linux的入门级源程序,进程创建,线程的运行等-Linux entry-level source program, process creation, the operation of the thread
Date
: 2025-07-13
Size
: 29kb
User
:
孙祥刚
[
Linux-Unix
]
Linux-Network-Programming
DL : 0
本书主要描述linux中进程,socket,线程信号,文件符等,挺全面的一本书。中文的-This book describes the linux process, the socket, the thread signals, the file descriptor , etc., very comprehensive book. In Chinese
Date
: 2025-07-13
Size
: 6.4mb
User
:
小刘
[
Software Engineering
]
linux-multi-thread-synchronization
DL : 0
linux多线程同步的方法 在线程对共享相同内存操作时,就会出现多个线程对同一资源的使用,为此,需要对这些线程进行同步,以确保它们在访问共享内存的时候不会访问到无效的数值。-linux multi-thread synchronization Threads share the same memory operation, there will be multiple threads use the same resources to do this, you need to synchronize these threads to ensure that when they access the shared memory does not have access to an invalid value.
Date
: 2025-07-13
Size
: 7kb
User
:
长林
[
Internet-Network
]
linux-thread
DL : 0
linux 下多线程编程,内容很实用的。-under linux multi-threaded programming, the content is very practical.
Date
: 2025-07-13
Size
: 52kb
User
:
zhaoxiaojun
[
VC/MFC
]
linux-thread
DL : 0
本文给出了一个通用的线程池框架,该框架将与线程执行相关的任务进行了高层次的抽象,使之与具体的执行任务无关。-In this paper, a common thread pool framework, the framework and threads to perform tasks related to a high level of abstraction, and has nothing to do with the specific mission.
Date
: 2025-07-13
Size
: 26kb
User
:
wangxiao
[
Driver Develop
]
thread-pool_quality-
DL : 0
[C代码]利用线程池求质数(Linux C)-[C code] use the thread pool to the number of and quality (Linux C)
Date
: 2025-07-13
Size
: 1kb
User
:
wenky
«
1
2
...
4
5
6
7
8
9
10
11
12
13
14
...
28
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.